Update quilt patch to match upstream file. archive/raspbian/5.11.1+dfsg-6+rpi1 raspbian/5.11.1+dfsg-6+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Thu, 16 Aug 2018 11:29:21 +0000 (11:29 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 16 Aug 2018 11:29:21 +0000 (11:29 +0000)
debian/patches/modify-configure.json-to-disable-neon.patch

index 9769f836a35d539f4b9b4b0b3f8849cb5e656b25..b4b20466a98b5d9f8002c63284433370a620e186 100644 (file)
@@ -12,8 +12,8 @@ Subject: Modify configure.json to disable neon.
          },
          "neon": {
              "label": "NEON",
--            "condition": "(arch.arm || arch.arm64) && tests.neon",
-+            "condition": "(arch.arm64) && tests.neon",
+-            "condition": "(arch.arm || arch.arm64) && subarch.neon",
++            "condition": "(arch.arm64) && subarch.neon",
              "output": [
                  "privateConfig",
                  { "type": "define", "name": "QT_COMPILER_SUPPORTS_NEON", "value": 1 }